home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / me30.arc / CRUMBLE.DOC < prev    next >
Text File  |  1990-10-13  |  962b  |  18 lines

  1.      CRMBL.COM by Bob Montgomery, 5-11-87
  2.      Crumbles the screen to a pile of junk on the bottom line.
  3.      
  4.      CRMBL is an alternate to CLS to clear the screen. The  characters 
  5.      drop  one  by  one to the bottom line, and form a  pile  of  junk 
  6.      characters  there.   The  crumbling  action  is  synchronized  to 
  7.      vertical sync, so does not produce snow on the CGA monitor.  When 
  8.      a  character falls, it is replaced by a space, and its  attribute 
  9.      (background  color) is left behind. This heightens the effect  on 
  10.      color screens; ie, after HDIR or SD.
  11.      
  12.      When  you get tired of watching the crumbling action, just  press 
  13.      escape  to return to DOS. By running the batch file  CRUMBLE.BAT, 
  14.      the  screen crumbles until the end (or until you  press  escape), 
  15.      and  then  does a real CLS. The source file, in  A86  format,  is 
  16.      included if you're curious to see how it works. Enjoy.
  17.      
  18.